Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Telephony /
Chapter 4 - Call Appearances / Call Appearance Reference
Call Appearance Functions / Parking and Picking Up Calls


TELRetrieveParkedCall

Retrieves a parked call.

pascal TELErr TELRetrieveParkedCall (
                     TELCAHandle hTELCA,
                     ConstStr255Param parkRetrieveID);
hTELCA
A handle to the call appearance structure for the call you want to retrieve. Provide the same handle that you passed to the TELParkCall function (page 4-45) in its hTELCA parameter.
parkRetrieveID
A pointer to a Pascal-style string containing the ID needed to retrieve the call. You set the string to the system-generated ID, the user-generated ID, or a concatenation of both, depending on the phone system requirement. See the description of the TELParkCall function (page 4-45) for more information.
function result
A result code.
DESCRIPTION
After your application calls the TELRetrieveParkedCall function, your call appearance message handler should receive the messages telCACallParkMsg and telCAActiveMsg.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help